在python文件中執行shell/終端命令 利用python語句執行終端命令os.sys('cmd')&&os.popen('cmd') 應用場景:在python文件中執行shell/終端命令 兩種方法: import ...